home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / shutdo.zip / README.TXT < prev    next >
Text File  |  1993-06-29  |  900b  |  28 lines

  1. Shutdown utility
  2.  
  3. Purpose:
  4. If you regularly work with the command line or you
  5. want to shutdown your system in a cmd. file, this utility can help you.
  6. Together with the scheduler service, you can create automated
  7. shutdowns. For information about the scheduler service refer to
  8. the Windows NT command reference, command "at".
  9.  
  10. Installation:
  11. Copy the file shutdown.exe in \winnt\system32
  12.  
  13. Usage:
  14. Since \winnt\system32 is always in the path, you can shutdown
  15. anytime by typing << shutdown >>. 
  16.  
  17. << shutdown r >> automatically restarts your system after shutdown.
  18.  
  19. << shutdown f >> forces your shutdown, i.e. the system is being
  20. restarted no matter how much unsaved work is on the screen.
  21.  
  22.  
  23. Disclaimer:
  24.  
  25. You use this program at your own risk. It has NOT extensively been
  26. tested.
  27. The source of this program is partially copied from the online help
  28. of the Win32API (api32wh.hlp).